pgsql and function results - Mailing list pgsql-sql

From erikp
Subject pgsql and function results
Date
Msg-id l03110704b3250e3b4e4b@[147.233.148.145]
Whole thread Raw
List pgsql-sql
Can postgresql return a result set from a function or some other way?

create function getBooks() returns ??? as 'select * from books';

Is there an rType for ??? that is a resultset? This is a very basic
fuctionality in other dbs.

Erik




pgsql-sql by date:

Previous
From: "Eduardo Noeda"
Date:
Subject: IIF..
Next
From: "Andrew Douglas"
Date:
Subject: Newbie question about datatype conversion